projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91fcaf5
)
Output tms-marker at beginning as suggested by tiger spec.
author
robertl
<robertl>
Thu, 16 Jan 2003 03:00:34 +0000
(
03:00
+0000)
committer
robertl
<robertl>
Thu, 16 Jan 2003 03:00:34 +0000
(
03:00
+0000)
tiger.c
patch
|
blob
|
history
diff --git
a/tiger.c
b/tiger.c
index b096875d7b8d039722fe9961707b7940cf32a76d..e6b1ca90e744ad361230a17a39367a17d6d788bf 100644
(file)
--- a/
tiger.c
+++ b/
tiger.c
@@
-96,6
+96,7
@@
gpsutil_disp(const waypoint *wpt)
static void
data_write(void)
{
+ fprintf(file_out, "#tms-marker\n");
waypt_disp_all(gpsutil_disp);
}